LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

LeadBufferStream Constructor(Byte[],UInt64)






A byte array that will be used as storage for the new LeadBufferStream object.
The offset in buffer that will be used as the origin of the new LeadBufferStream object.
Constructs a new LeadBufferStream object using the specified byte array as storage. .NET support WinRT support
Syntax
public LeadBufferStream( 
   byte[] buffer,
   ulong offset
)
'Declaration
 
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal offset As ULong _
)
'Usage
 
Dim buffer() As Byte
Dim offset As ULong
 
Dim instance As New LeadBufferStream(buffer, offset)
public LeadBufferStream( 
   byte[] buffer,
   ulong offset
)
function LeadBufferStream( 
   buffer ,
   offset 
)
public:
LeadBufferStream( 
   array<byte>^ buffer,
   ulong offset
)

Parameters

buffer
A byte array that will be used as storage for the new LeadBufferStream object.
offset
The offset in buffer that will be used as the origin of the new LeadBufferStream object.
Remarks

The byte array specified by buffer will be copied to an internal buffer managed by the LeadBufferStream object.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadBufferStream Class
LeadBufferStream Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.